Welcome![Sign In][Sign Up]
Location:
Search - command shell

Search list

[ConsoleMYPROJECT

Description: 此远程控制软件的原理是基于c/s框架的,分为服务器和客户端,先运行服务器在端口8086上监听客户端的连接 ,然后再运行客户端。为了使此软件能在整个网络中客户端都能连接到服务器,服务器必须拥有一个全球唯一的ip 地址,也就是一个公网的ip地址,为了使客户端能自动访问到服务器而不用输入服务器的IP地址,本软件采用服务器 绑定固定域名“lpy19926678.wicp.net”(可以下载一个花生壳然后申请自己的域名,这样对应的要在客户端程序中 自己修改)。客户端运行后首先进行域名解析,如果解析得到ip后再进行连接服务器的操作。本软件实现的操作有 : 1.客户端退出命令 2.文件传输命令 3.文件查找命令 4.目录查看命令 5.执行dos功能命令 6.截取客户端屏幕命令 7.客户端自我销毁命令-This principle is based on remote control software c/s frame, divided into server and client, run the server on port 8086 to listen for client connections Then run the client. In order to make this software can the entire network client can connect to a server, the server must have a globally unique ip Address, which is a public network ip address, in order to enable clients to automatically access to the server without having to enter the IP address of the server, the software uses the server Binding fixed domain name lpy19926678.wicp.net (you can download a peanut shell and then apply for their own domain, so corresponding to the client program Own modification). First for domain name resolution after the client is running, if the parsed ip before connecting server operations. The actions are implemented in software : 1. Client Exit command 2. file transfer command 3. File Find command The catalog command 5. Run dos function command 6. intercepts client screen command 7
Platform: | Size: 12288 | Author: 李爽 | Hits:

[ELanguagemyshell.c

Description:  Your shell prompt MUST adhere to the following format: o Current date (optional) and time (mandatory) followed by the hash sign (e.g., 13:03:00#)  Your shell MUST support, at minimum, the following commands: o The internal shell command “exit” to terminate the shell o ls, with no arguments o ls, with arguments (e.g., ls –l) o echo  Your shell WILL NEED system calls fork(), waitpid(), and one of execv, execve or execvp. You MUST NOT use the C library function system(). You WILL receive a grade of zero if you do so.  You MUST check and correctly handle all return values. This means that you need to read the man pages for the system calls to figure out what the possible return values are and the types of errors they indicate, and what you must do when you get that error. - Your shell prompt MUST adhere to the following format: o Current date (optional) and time (mandatory) followed by the hash sign (e.g., 13:03:00#)  Your shell MUST support, at minimum, the following commands: o The internal shell command “exit” to terminate the shell o ls, with no arguments o ls, with arguments (e.g., ls –l) o echo  Your shell WILL NEED system calls fork(), waitpid(), and one of execv, execve or execvp. You MUST NOT use the C library function system(). You WILL receive a grade of zero if you do so.  You MUST check and correctly handle all return values. This means that you need to read the man pages for the system calls to figure out what the possible return values are and the types of errors they indicate, and what you must do when you get that error.
Platform: | Size: 1024 | Author: Jason | Hits:

[Web Serveraspe

Description: shell.script组件执行命令,用于wscript组件失效时-shell.script Execute command,For Wscript component failure
Platform: | Size: 2048 | Author: 刘海 | Hits:

[Shell apiShellExt_src

Description: shell实现右键添加选项,为右键添加打开CMD/命令提示符/命令行/命令窗口/DOS-Shell right click to add options to add, open a CMD/ command prompt/command/command window for the right /DOS
Platform: | Size: 24576 | Author: mfl | Hits:

[transportation applicationsansys

Description: ansys壳单元分析箱梁的命令流,可修改箱梁参数-ansys shell command stream analysis of box girder, box girder parameters can be modified
Platform: | Size: 1024 | Author: 风中草 | Hits:

[JSP/Java_jsh

Description: a javascript shell for command input
Platform: | Size: 94208 | Author: npudn | Hits:

[Linux-Unix新建文本文档

Description: 在linux上用C语言实现一个shell中cp命令的功能,完成对目录和文件的的复制(On the Linux, using C language to achieve a shell command function in CP, to complete the directory and file replication)
Platform: | Size: 1024 | Author: 一枕流年 | Hits:

[Linux-Unixcmd.tar

Description: 自己在shell实现命令, 以及getopt的用法。。。。。。。。。。。。。(Implement command in the shell, and the use of the getopt...)
Platform: | Size: 1024 | Author: Austzhu | Hits:

[OtherMYVBSYSTEM

Description: VB中调用shell命令,打开word文件的一种方法(A method of opening the word file by calling the shell command in VB)
Platform: | Size: 1024 | Author: 小机器人 | Hits:

[Firewall-Securityeclipse-project

Description: 实现ip过滤功能的配置c/c++程序转shell脚本执行iptables命令(IP filter function to achieve the configuration, c/c++ program, shell script, the implementation of iptables command)
Platform: | Size: 363520 | Author: smoker | Hits:

[Linux-Unix01_signal_test

Description: 其中的源地址和目的地址是指网卡的硬件地址(也叫MAC地址),长度是48位,是在网卡出厂时固化的。可在shell中使用ifconfig命令查看,“HWaddr 00:15:F2:14:9E:3F”部分就是硬件地址。协议字段有三种值,分别对应IP、ARP、RARP。帧尾是CRC校验码。(The source address and destination address refer to the hardware address of the network card (also known as the MAC address), and the length is 48 bits, which is cured when the network card is factory. You can use the ifconfig command in shell to see that the "HWaddr 00:15:F2:14:9E:3F" section is the hardware address. The protocol field has three values, corresponding to IP, ARP, and RARP. The frame tail is the CRC checksum.)
Platform: | Size: 11264 | Author: 明天会更好869 | Hits:

[Other手机抓包步骤(1)

Description: 在windows的模拟命令行中执行: Cd d:\soft\tools //进入windows系统某个目录 adb shell //调用安卓的adb接口进入手机系统 su //切换root用户 在手机上按“同意”之后再执行: Cd /data/local //进入Tcpdump目录 ./tcpdump –p –vv –s 0 –w /sdcard/test.pcap //开始抓包命令,test只是抓包后的文件名,可自己更改 在手机上访问需测试的网址,访问之后,用Ctrl+C停止抓包,然后在手机上将USB管理设为读取模式,在手机上将刚才抓到的包拷贝到PC上,用wireshark软件打开该包文件,即可观察其URL情况(Execute on the windows simulation command line: Cd d:\soft\tools / / Windows system into a directory ADB shell / / ADB interface to call the entry of Android mobile phone system Su / root user switch Press "agree" on mobile phone before executing: Cd /data/local / / Tcpdump directory entry ./tcpdump - P - VV - S 0 - w /sdcard/test.pcap / / test begin to capture command, just after capture the file name can be changed Visit the test site, in the mobile phone access, using Ctrl+C to capture, and then in the USB management for mobile phone, read mode, copy to the PC in the mobile phone, just caught the package, using Wireshark software to open the Bao Wenjian, can observe the situation of URL)
Platform: | Size: 8192 | Author: salen_wu | Hits:

[Linux-UnixEDA实验指导书及ppt

Description: Linux下的EDA技术指导实验书,01_02_linux系统操作命令及shell编程,03_vi编辑器基本应用,04_05_NC仿真器,06_TCL基本命令练习,07_TCL高级命令练习等等。(Linux under the guidance of EDA technology experiment book, 01_02_linux system operation command and shell programming, 03_vi editor basic application, 04_05_NC emulator, 06_TCL basic command exercise, 07_TCL advanced command exercises, etc..)
Platform: | Size: 6972416 | Author: dr0325 | Hits:

[Linux-UnixThe_Linux_Command_Line

Description: 这本由 William Shotts 所著的《The Linux Command Line》算得上是介绍 Linux 命令行的最佳入门书。它不仅讲述 Linux 命令的用法,而且也包含如何编写 Shell 脚本的内容。如果你想寻求掌握 Linux 命令行的书籍,我推荐你阅读这一本。最近,作者发布了该书的 Second Internet Edition,同样提供免费下载。(The Linux command line, by William Shotts, is the best introductory book to introduce Linux commands. It covers not only the usage of LINUX commands, but also how to write the contents of Shell scripts. If you are looking for a book to master the Linux command line, I recommend reading this one. Recently, the author published the book's Second Internet Edition, which also offers free downloads.)
Platform: | Size: 1803264 | Author: abc132123 | Hits:

[JSP/JavaJAR包

Description: 一个可执行的文件包,简单说jar包就是一个外包。、 Java 程序是由若干个 .class 文件组成的。这些 .class 文件必须根据它们所属的包不同而分级分目录存放;运行前需要把所有用到的包的根目录指定给 CLASSPATH 环境变量或者 java 命令的 -cp 参数;运行时还要到控制台下去使用 java 命令来运行,如果需要直接双击运行必须写 Windows 的批处理文件 (.bat) 或者 Linux 的 Shell 程序。 在 Windows 下安装 JRE (Java Runtime Environment) 的时候,安装文件会将 .jar 文件映射给 javaw.exe 打开。那么,对于一个可执行的 JAR 文件包,用户只需要双击它就可以运行程序了。(An executable file package, a simple jar package is an outsourcing. , Java program is composed of several. Class files. These. Class files must be classified according to their different packages and sub-directory storage; need to run before the root directory of all packages specified to the CLASSPATH environment variable or -cp parameters of the java command; run to the console Use java command to run, if you need to double-click to run must write Windows batch file (.bat) or Linux shell program. When installing JRE (Java Runtime Environment) under Windows, the installation file will map the .jar file to javaw.exe. So, for an executable JAR package, users only need to double-click it to run the program.)
Platform: | Size: 1178624 | Author: 风眠95 | Hits:

[Linux-UnixGNU Make手册

Description: make是一个命令工具,它解释Makefile 中的指令(应该说是规则)。在Makefile文件中描述了整个工程所有文件的编译顺序、编译规则。Makefile 有自己的书写格式、关键字、函数。像C 语言有自己的格式、关键字和函数一样。而且在Makefile 中可以使用系统shell所提供的任何命令来完成想要的工作。Makefile(在其它的系统上可能是另外的文件名)在绝大多数的IDE 开发环境中都在使用,已经成为一种工程的编译方法(Make is a command tool that explains instructions in Makefile. In the Makefile file, we describe the compilation sequence and Compilation Rules of all the files in the whole project. Makefile has its own writing format, keywords and functions. Like C, it has its own format, keywords and functions. And in Makefile, you can use any command provided by system shell to complete the job you want. Makefile, which may be another file name on other systems, is used in most IDE development environments. It has become a compilation method of engineering.)
Platform: | Size: 902144 | Author: Q-Q | Hits:

[Other框架,网架,网壳

Description: ansys关于框架、网架、网壳的一个命令流过程,通俗易懂(ANSYS a command flow process for frame, grid and reticulated shell. It is easy to understand.)
Platform: | Size: 4096 | Author: 空城日出 | Hits:

[Linux-Unixlab

Description: 编写一个shell脚本程序,它带一个命令行参数,这个参数是一个文件。如果这个文件是一个普通文件,则打印文件所有者的名字和最后的修改日期。如果程序带有多个参数,则输出出错信息。 编写shell程序,统计指定目录下的普通文件、子目录及可执行文件的数目,目录的路径名字由参数传入。 用bash编写程序,该程序从键盘输入的n个整数,计算其总和、最大值和最小值并输出,从小到大排序并输出。(Write a shell script program, which takes a command line parameter, which is a file. If the file is an ordinary file, print the name of the file owner and the last modification date. If the program has multiple parameters, the output error message. Write shell program, statistics the number of ordinary files, subdirectories and executable files under the specified directory, and the path name of the directory is imported by parameters. Programming with bash, the program from the keyboard input of N integers, calculate its total, maximum and minimum value and output, from small to large sorting and output.)
Platform: | Size: 1024 | Author: berry20 | Hits:
« 1 2 ... 17 18 19 20 21 22»

CodeBus www.codebus.net